OPEN INI FILE
This commands opens an INI file. If the specified file doesn't exist it will be created. It is important to notice that the file name should include the full path name (GET DIR$() + "\" + FileName$) else the file will be created in or loaded from the Windows directory. INI Number should be an integer value between 1 and 256.
ARGUMENTS:
* Ini File = Path and file name of the INI file to open or create
* Ini Number = a free Ini number that identifies the INI file (1 to 256)
or
* Ini Number = a free Ini number that identifies the INI file (1 to 256)
* Ini File = Path and file name of the INI file to open or create
SYNTAX
OPEN INI FILE Ini File,Ini Number
OPEN INI FILE Ini Number,Ini File
RELATED INFO
View INI Files Index
View STYX Index
View STYX Main File
